home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / intro.dxr / 00002_skip intro.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  159 b   |  8 lines

  1. on mouseDown
  2.   set qtSprite to 4
  3.   if the memberNum of sprite qtSprite <> 0 then
  4.     set the movieRate of sprite qtSprite to 0
  5.   end if
  6.   go("exit intro")
  7. end
  8.